ObjectAnchor Class

Represents the object anchor (anchor element) of an embedded control or object, tying it to a cell range (CT_ObjectAnchor).

Definition

Namespace: Independentsoft.Office.Spreadsheet
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class ObjectAnchor
Inheritance
Object    ObjectAnchor

Constructors

ObjectAnchor Initializes a new instance of the ObjectAnchor class.

Properties

From Gets or sets the top-left anchor point.
MoveWithCells Gets or sets whether the object moves with the cells it is anchored to.
SizeWithCells Gets or sets whether the object resizes with the cells it is anchored to.
To Gets or sets the bottom-right anchor point.

Methods

Clone Creates a copy of the current object.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also